projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ff0e5
)
armv8/ls2085aqds: Add USB support for ls2085aqds
author
Nikhil Badola
<
[email protected]
>
Fri, 26 Jun 2015 11:32:00 +0000
(17:02 +0530)
committer
York Sun
<
[email protected]
>
Mon, 3 Aug 2015 19:06:39 +0000
(12:06 -0700)
Add USB XHCI support for ls2085qds platform
Signed-off-by: Nikhil Badola <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/ls2085aqds.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2085aqds.h
b/include/configs/ls2085aqds.h
index a6ef356ad888a9c07c6ba3291738e4775736528f..91d4c5bffb6019672e545f45159a2c85d6b107a0 100644
(file)
--- a/
include/configs/ls2085aqds.h
+++ b/
include/configs/ls2085aqds.h
@@
-362,4
+362,17
@@
unsigned long get_board_ddr_clk(void);
#endif
+/*
+ * USB
+ */
+#define CONFIG_HAS_FSL_XHCI_USB
+#define CONFIG_USB_XHCI
+#define CONFIG_USB_XHCI_FSL
+#define CONFIG_USB_XHCI_DWC3
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
+#define CONFIG_CMD_USB
+#define CONFIG_USB_STORAGE
+#define CONFIG_CMD_EXT2
+
#endif /* __LS2_QDS_H */